home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qwhite10.arc / EXTMEM.TEC < prev    next >
Text File  |  1990-08-16  |  1KB  |  26 lines

  1. Q: Will DESQview use ExTENDed memory? 
  2.  
  3. Q: How do I get at the ExTENDed Memory in my AT?
  4.  
  5.  
  6. DESQview uses 64K of extended memory in 80286 (AT) class machines 
  7. to run DESQviews code in. This frees up 64K of additional conventional 
  8. (below 640K) memory to run your programs in. If the remaining extended 
  9. memory is converted into a RAM disk DESQview can swap programs to 
  10. that.  Only the first 64K will be used by QEXT, all the rest will be 
  11. for data.
  12.  
  13. ExTENDed memory IS NOT DOS MEMORY. DOS memory is the first 1024K 
  14. of memory areas. 
  15. ExTENDed memory ALWAYS starts at 1 Megabyte. Programs that access 
  16. ExTENDed memory (VDISK, Disk Cache, Print Spooler, etc.) are not 
  17. really running their program above 1024K, but rather are using the 
  18. memory as "data storage" areas.
  19.  
  20. You may want to see if you can convert the memory into exPANDed 
  21. memory, this kind of memory is much more useful to DESQview and other 
  22. DOS programs as well.
  23.  
  24.         Copyright (C) 1990 by Quarterdeck Office Systems
  25.              * * *   E N D   O F   F I L E    * * * 
  26.